home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / RIGHT.dxr / 00164.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  360 b   |  16 lines

  1. on closeActivity
  2.   forget(window "Activity")
  3.   updateStage()
  4.   delay(60)
  5. end
  6.  
  7. on openActivity name
  8.   set activityRect to the rect of the stage
  9.   set Activity to window "Activity"
  10.   set the rect of Activity to activityRect
  11.   set the fileName of Activity to name
  12.   set the windowType of Activity to 2
  13.   set the titleVisible of Activity to 0
  14.   open(Activity)
  15. end
  16.